







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
C# |
---|
[SerializableAttribute] public struct Pair<TFirst, TSecond> |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Structure Pair(Of TFirst, TSecond) |
Visual C++ |
---|
[SerializableAttribute] generic<typename TFirst, typename TSecond> public value class Pair |
Type Parameters
- TFirst
- TSecond
The type exposes the following fields.